home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / ux320.zip / HISTORY.DOC next >
Text File  |  1992-02-20  |  7KB  |  152 lines

  1.                         UX REVISION HISTORY
  2.                         ===================
  3.  
  4. Version 3.20  (02/20/92)
  5. ~~~~~~~~~~~~~~~~~~~~~~~~
  6. +  UX now appends the file extension it is assuming to the path of files
  7.    specified without an extension.  That is, if you entered a command
  8.    line of:
  9.                 UX -V D:\COM\ULDL\FRED
  10.    and it found a file named "FRED.ZIP", UX will now append a file
  11.    extension of ".ZIP" to the end of the filename "FRED" before passing
  12.    the command line on to PKUNZIP.  This is useful when dealing with
  13.    file types that do not use the decompression program's default
  14.    file extension, such as .QWK files.
  15.  
  16. +  Increased the maximum number of compressed file types supported from
  17.    10 to 15.  May be useful if you have compressed files with renamed
  18.    extensions (like .QWK files) that you wish to be supported.  And why
  19.    the hell not?
  20.  
  21. +  Revised and expanded the documentation.
  22.  
  23. +  UX now only looks through the records in UX.CFG that are actually
  24.    being used when it scans for files, instead of going through all 15
  25.    whether they've been actually configured or not.
  26.  
  27. Version 3.11  (02/09/92)
  28. ~~~~~~~~~~~~~~~~~~~~~~~~
  29. +  UX will now allow you to specify a pathname for the decompression
  30.    programs you want to use.  Where before you needed to have the
  31.    decompression programs in your PATH in CONFIG.SYS, now you need only
  32.    specify a path in which to find them in UX.CFG, and UX will search
  33.    for them there.  Note that if you specify a path, UX will not search
  34.    your environment PATH for the programs if it doesn't find them in the
  35.    path you gave it.  By specifying a directory for your decompression
  36.    programs, you save time that would be wasted while DOS searches your
  37.    PATH for them.
  38.  
  39. +  UXCFG now accepts two command line options.  The first option should
  40.    always be the path and/or filename of UX.COM.  Thus, if you renamed
  41.    UX.COM to GNORT.COM you should use GNORT.COM as the first parameter
  42.    to UXCFG.  Likewise if you moved UX.COM to a path other than the
  43.    current directory.  The second parameter is an alternate config file
  44.    other than UX.CFG, and/or a path in which to find it.  Neither of
  45.    these parameters are required, and if you do not specify either, the
  46.    program will function as before, assuming UX.CFG and UX.COM in the
  47.    current directory.
  48.  
  49. Version 3.03  (04/14/90)
  50. ~~~~~~~~~~~~~~~~~~~~~~~~
  51. +  Source code for UX now comes in another ZIP file inside the main
  52.    UX ZIP file, called "UXSOURCE.ZIP".  This is to make life easier
  53.    for people who don't plan to use the source code.
  54.  
  55. +  Updated, revised and otherwise cleaned up the documentation in the
  56.    file UX.DOC.
  57.  
  58. +  You may now use the asterisk ("*") as a wild-card character for the
  59.    file extension.  Before this was not allowed, but in version 3.03,
  60.    filenames with wild-card extensions are treated as if they had no
  61.    extension at all.  UX will also interpret an extension of ".???" as
  62.    if the filename had no extension at all, but note that it will
  63.    still not understand a file extension for the compressed file if it
  64.    has mixed wildcard and regular characters.  (Example: "FILE.Z??"
  65.    will not be understood by UX's filename interpreter, but "FILE",
  66.    "FILE.*" and "FILE.???" will.)
  67.  
  68. +  Inserting question marks ("?") as place-holders in unused fields of
  69.    UX.CFG is no longer necessary.  So, if you only have 4 types of
  70.    compressed files for which you are configuring UX, your UX.CFG file
  71.    need only have four lines in it.
  72.  
  73. +  Changed the maximum number of compressed file types that UX can handle
  74.    from 7 to 10.
  75.  
  76. +  Updated the version number of UXCFG so that in this and future
  77.    releases, it will match that of the current version of UX.  
  78.  
  79. Version 3.02  (09/10/89)
  80. ~~~~~~~~~~~~~~~~~~~~~~~~
  81. +  Thanks to Dean Brunette at the Network 23 BBS (415) 355-7162; fixed a
  82.    bug where UX choked on filenames which began with a period, as in
  83.    "..\FILENAME.EXT".  UX will now correctly interpret this as meaning the
  84.    parent directory, rather than the filename/extension separator.
  85.  
  86. +  Changed LHARC view command from "v" to "l" in the default UX.CFG.
  87.  
  88. +  Where, in earlier versions, UX would only perform the appropriate
  89.    actions on matching compressed files of the first type encountered,
  90.    it will now look for compressed files of all types.  For instance, if
  91.    you had the files FILE1.ZIP, FILE2.ARC, and FILE3.LZH in the parent
  92.    directory of your current directory, you could type:
  93.                               UX -v ..\FILE?
  94.    and UX would perform a View operation on all three files.
  95.  
  96.  
  97. Version 3.01  (08/18/89)
  98. ~~~~~~~~~~~~~~~~~~~~~~~~
  99. +  Changed the program name from UXARC to UX, and removed all references
  100.    to the term "archive".  
  101.  
  102. +  Adjusted the number of compression types which may be supported from
  103.    5 to 7, and changed source code to make it easier to adjust the
  104.    number of programs supported further.
  105.  
  106. +  Removed the ability to pass any command line options or flags to the
  107.    target decompression program in favor of unifying the command syntax.
  108.    The same commands may now be used with programs such as LHARC which
  109.    do not use standard MS-DOS command line switches ("-" or "/").  UX
  110.    will now only support the View, Test, and Extract options for a
  111.    decompressor.
  112.  
  113. +  Changed the "not supported" field for the file "UX.CFG" from "nil"
  114.    to "?" to avoid confusion, since "nil" would be a valid file
  115.    extension under the previous version.  UXCFG.COM now requires file
  116.    extensions include the dot (".") prefix.
  117.  
  118. +  Added more comprehensive documentation and this revision history.
  119.  
  120. +  Added copyright notice to comply with Borland's "No Nonsense
  121.    Licensing Agreement", on the inside covers of the Turbo C manuals.
  122.    UX.COM, and all support programs, documentation, and source code are
  123.    still entirely in the public domain -- the only right I reserve is
  124.    to distribute this program for profit.  You may not do this; I won't
  125.    either.
  126.  
  127. +  Major source code re-write for better efficiency.
  128.  
  129.  
  130. Version 2.1   (07-30-89)   --  Not widely distributed
  131. ~~~~~~~~~~~~~~~~~~~~~~~~
  132. +  Bux fix when dealing with LHARC.  UXARC was not prefixing a space to
  133.    the first command line option passed to the compressed file
  134.    extraction program.  Since LHARC doesn't support command line
  135.    switches for command codes, this caused errors when passing options
  136.    to this program.  Fixed.
  137.  
  138.  
  139. Version 2.0   (07-26-89)
  140. ~~~~~~~~~~~~~~~~~~~~~~~~
  141. +  Added the ability to configure the program to accept different
  142.    decompression programs, or different names for the programs.  Also
  143.    added the ability to pass a default option (extract) to the
  144.    compressed file extractor, for programs such as LHARC which have no
  145.    default.
  146.  
  147. +  Added support for DOS wildcards to be passed to UXARC.
  148.  
  149. Version 1.0   (??-??-89)
  150. ~~~~~~~~~~~~~~~~~~~~~~~~
  151. +  First BBS release of UXARC.
  152.